home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / sktdem / simpsktc.rc_ / simpsktc.rc
Encoding:
Text File  |  1994-02-14  |  506 b   |  24 lines

  1. MAIN_MENU MENU 
  2. {
  3.  POPUP "Socket"
  4.  {
  5.   MENUITEM "Send", 1
  6.   MENUITEM SEPARATOR
  7.   MENUITEM "Exit", 2
  8.  }
  9.  
  10. }
  11. SEND_DLG DIALOG 66, 60, 194, 92
  12. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  13. CAPTION "Send"
  14. FONT 8, "MS Sans Serif"
  15. {
  16.  EDITTEXT 101, 94, 38, 74, 12, ES_UPPERCASE | WS_BORDER | WS_TABSTOP
  17.  DEFPUSHBUTTON "OK", IDOK, 38, 69, 50, 14
  18.  PUSHBUTTON "Cancel", IDCANCEL, 106, 69, 50, 14
  19.  LTEXT "String To Send:", -1, 27, 40, 60, 8
  20. }
  21.  
  22. ICON_1 ICON "simpsktc.ico"
  23.  
  24.